DEPENDENCIES is not needed for the test program - Federico
authorArturo Espinosa <unammx@src.gnome.org>
Thu, 23 Sep 1999 04:58:55 +0000 (04:58 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Thu, 23 Sep 1999 04:58:55 +0000 (04:58 +0000)
gdk-pixbuf/Makefile.am

index b79eb088e7f4b510c5c3b2ffb752c1ecb921374c..7e12ec9ab6e19be54fc7ba42866cfa5c20272aa9 100644 (file)
@@ -33,9 +33,9 @@ noinst_PROGRAMS = testpixbuf
 DEPS = libgdk_pixbuf.la
 INCLUDES = $(GNOME_INCLUDEDIR)
 AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
+
 LDADDS = libgdk_pixbuf.la @GNOME_LIBDIR@ @GNOMEUI_LIBS@
 
-testpixbuf_DEPENDENCIES = $(DEPS)
 testpixbuf_LDADD = $(LDADDS)
 
 #